Bridge Pro | Maya Plug-in

The New Handy Bridge Tool for Maya

  • Creates Auto bridges one by one, between edge loops.
  • Creates Triangle bridge
  • Creates Ngon bridge
  • Works also like Fill hole tool

Installation

  • Put the file bridgePro.py into \Program Files\Autodesk\Maya20XX\bin\plug-ins
  • Run Maya and go to Windows -> Settings/Preferences -> Plug-in Manage
  • In the list of plug-ins, find the 'bridgePro', check the 'Loaded' and 'Auto load' checkboxes.
  • In the Hotkey editor add the hotkey for bridgePro using MEL or Python commands below:


  • MEL: bridgePro
  • Python: cmds.bridgePro()

Available command flag: ang or angle - sets the created face edges as soft/hard depending on provided angle.
You can use any suitable value from 0 to 180
For e.g. to create faces with hard edges only - use angle 0:

  • MEL: bridgePro -ang 0
  • Python: cmds.bridgePro (ang = 0) 

Release Notes

Release 1.0.4

  • Added 'ang' or 'angle' flag to set the hard/soft edges on created faces.
  • For e.g. for hard edges:
    • MEL: bridgePro -ang 0
      Python: cmds.bridgePro(ang=0)
  • for soft edges:
    • MEL: bridgePro -ang 180
      Python: cmds.bridgePro(ang=180)

Release 1.0.5

  • Fixed unwelded faces bug.
  • Fixed 'index out of range' error.
Standard Use License
$6
License: Standard License
Stock Assets

For personal use and one commercial project (up to 2,000 sales or 20,000 views).

Tutorials

One copy to be used by a single user.

Installable Tools

One installation by a single user.

Learn More
Files (1)
bridgePro
py /
8.2 KB